Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top | Next |

Hiding and Showing the Controller Bar

You can use standard QuickTime movie component routines to hide and show the controller bar associated with a QuickTime VR movie. To hide the controller bar, you can call the MCSetVisible function, as illustrated in Listing 3-1 .

Listing 1 Hiding the controller bar

componentResult     myResult;
Boolean             isVisible;

isVisible = false;
myResult = MCSetVisible(myMC, isVisible);

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |